Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
RHEL-06-000065 | RHEL-06-000065 | RHEL-06-000065_rule | Medium |
Description |
---|
Only root should be able to modify important boot parameters. |
STIG | Date |
---|---|
Red Hat Enterprise Linux 6 Security Technical Implementation Guide | 2013-02-05 |
Check Text ( C-RHEL-06-000065_chk ) |
---|
To check the ownership of "/etc/grub.conf", run the command: $ ls -l /etc/grub.conf If properly configured, the output should indicate the following owner: "root" If it does not, this is a finding. |
Fix Text (F-RHEL-06-000065_fix) |
---|
The file "/etc/grub.conf" should be owned by the "root" user to prevent destruction or modification of the file. To properly set the owner of "/etc/grub.conf", run the command: # chown root /etc/grub.conf |